home *** CD-ROM | disk | FTP | other *** search
/ Graphics Plus / Graphics Plus.iso / msdos / raytrace / pov / gen / form04a / shapes / blobhead.frm < prev    next >
Text File  |  1993-06-02  |  442b  |  14 lines

  1. // this is a sort of blobby head on top of a twist of toroids
  2. // it used to show a problem with nested object headers
  3. // see the last but two lines
  4. l = torus 0.14 , 0.7;
  5. // use a box for speed , a torus for prettyness
  6. //l = box <0.5 , 0.1 , 0.5>; 
  7. stem = l stack 20 in 10 twist 360 , 0.5 grow 0.7;
  8. s = sphere stack 10 in 3 twist 360 , 0.3 bend 30 grow 0.3;
  9. head = s fan 10 , 90;
  10. // m = [ stem ];
  11. // [ m ], head;
  12. stem , head;
  13. end
  14.